home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000309_news@columbia.edu _Tue Jul 20 15:25:14 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA02923
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 20 Jul 1999 15:25:14 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA04129
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 20 Jul 1999 15:08:17 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: ian@freedomnet.demon.co.uk (Ian)
  10. Subject: Re: MSKermit with Dospppd
  11. Date: Mon, 19 Jul 1999 22:10:07 +0000 (GMT)
  12. Organization: Complete shambles.
  13. Message-ID: <19990719.2210.215snz@freedomnet.demon.co.uk>
  14. To: kermit.misc@columbia.edu
  15.  
  16. CM> > Ive been trying to settup MSKermit 3.15 with the packet driver Dospppd.
  17. CM> > The object is to connect to my ISP and use this for Telnetting into
  18. CM> > a Public Lynx. Im connecting but getting no further. What I really
  19. CM> > need is working sample script that I can adapt. Ive had a look around
  20. CM> > the Columbia Uni site but so far I havnt found anything promising.
  21. CM> 
  22. CM> You really aren't specific about the difficulties you are having. 
  23. CM> And it's been a long time since I did anything like this.
  24.  
  25. *** Hi Christopher ***
  26.  
  27. Im new to Kermit so Im floundering around a bit.
  28.  
  29. CM> Accomplish this manually, then automate it. 
  30. CM> 
  31. CM> Use kermit as a dialer   
  32. CM> Do what you need for ppp on the remote.
  33. CM> Exit mskermit
  34.  
  35. Im ok that far except I use NETDIAL to do the dialling
  36.  
  37. CM> Do what must be done if there is dynamic addressing
  38. CM> Run the packet driver with appropriate interrupt port speed etc. 
  39. CM> Make sure tcp section in kermit mscustom set up correctly.
  40. CM> Then run kermit again, use kermit telnet macro.
  41.  
  42. Easier said than done :)
  43.  
  44. CM> I know there is kermit documentation on ppp packet driver,
  45. CM> perhaps not dosppp specifically. Of course read dosppp docs.
  46.  
  47. All I could find was info on using the ODI to Packet settup presumably
  48. for use over a LAN. However Franks post seems to have the necessary
  49. material.
  50.  
  51. CM> All of this can be put in a dos bat.
  52. CM> 
  53. CM> # telnet.bat
  54. CM> kermit -take  script
  55. CM> packetdriver  stuff 
  56. CM> kermit telnet %1 
  57. CM> packetdriver unload
  58.  
  59. So once the packet driver is in place, kermit telnet <site name> will
  60. get me there providing the ini files are in order. Presumably one
  61. could also enter kermit and then type the Telnet command?
  62.  
  63. -- 
  64. Bye now,
  65.         Ian.
  66.